projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3405d
)
wip
author
Ian Jackson
<ian.jackson@citrix.com>
Thu, 20 Sep 2018 16:23:54 +0000
(17:23 +0100)
committer
Ian Jackson
<ian.jackson@citrix.com>
Thu, 20 Sep 2018 16:23:54 +0000
(17:23 +0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 832678983cd3604b6da2f44242fcddafabda193c..a57ab256c03d3d5a9aa7172bfb80ac9fc2b5fa87 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-30,9
+30,9
@@
dpkg_LDFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
dh $@
override_dh_auto_clean:
-
make
-j1 distclean
+
$(MAKE)
-j1 distclean
-override_auto_configure:
+override_
dh_
auto_configure:
./configure \
--disable-stubdom \
--prefix=/usr \
@@
-64,9
+64,6
@@
make_args_tools= $(make_args_common) \
OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \
PYTHON=$(shell pyversions -r)
-override_dh_auto_clean:
- $(MAKE) distclean
-
override_dh_auto_build:
$(MAKE) $(make_args_xen) xen
$(MAKE) $(make_args_tools) tools docs